-
Notifications
You must be signed in to change notification settings - Fork 1
Attribute handling, error handling, Tables, Folders #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
yhteoh
wants to merge
50
commits into
main
Choose a base branch
from
additional_attr
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…rs to Datastore. Added json schema of groups to be stored in hdf5. Changed Datastore groups validator to a field validator.
Open
8 tasks
…g dump and casted back to str at validation of hdf5.
47b37f3 to
afa2414
Compare
…onstrained dataset. Datastore.model_dump_hdf5 default mode changed to "w".
afa2414 to
850e872
Compare
604f0fc to
92a5719
Compare
6291f23 to
3e78f18
Compare
… datastore model_dump_hdf5 ignore attrs and class_ when iterating through fields
f7a197c to
84752cb
Compare
84752cb to
7ae3459
Compare
…et, Table, Folder) and move str dtype dump and load logic from Datastore to GroupField subclass
…ing data in Folder
…rray and confolder with shape and dimension constraints
…structured to convert unstructured numpy array and dict of numpy arrays to a structured numpy array
…ields for arbitrary shaped data
f3babcd to
5bc133a
Compare
727d123 to
db71491
Compare
e7743c3 to
916e71e
Compare
20b31c6 to
ce9246a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Features
Includes Support for table and document data #10
What is the current behavior? (You can also link to an open issue here)
groupsvalidated with model validatorattrsfieldmodelto_datastore_signatureattrsof type Attrs and automatic determination ofclass_Optional[Dataset]andDict[str,Dataset]inGroup_group_schema_datastore_signature,_group_schema)DatastoreandGroupcondataset)CastDatasetenabling automated casting of numpy arrays to aDatasetDoes this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No
Other information:
Partially fulfills Features to add #6